/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

/* @import url(../fonts/stylesheet.css); */

/* @import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300ita‌​lic,400italic,500,500italic,700,700italic,900italic,900); */
:root {
  --primary-color: #f6d000;
}
html,
body,
html * {
  font-family: "Roboto", sans-serif;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: "Roboto", sans-serif;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: "Roboto", sans-serif;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: "Roboto", sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

/* button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
} */

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  /* -webkit-appearance: textfield; */
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

/* [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
} */

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  /* -webkit-appearance: button; */
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Grayscale: */

/* Colors: */

/* Background colors: */

/* Fonts Start */

/* Fonts End */

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/*# sourceMappingURL=custom-grid.css.map */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

html,
body {
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
a,
button {
  margin: 0;
  padding: 0;
  line-height: 1;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style-type: none;
}

img {
  max-width: 100%;
}

:focus {
  outline-width: 0;
}

.p-relative {
  position: relative;
}

.resize-none {
  resize: none;
}

.white-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

.white-block__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #171717;
  margin-bottom: 20px;
}

.white-block .select {
  width: 100%;
  background-color: #eff0f6;
}

.white-block.checkboxes label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.white-block.checkboxes label:last-child {
  margin-bottom: 0;
}

.white-block.checkboxes input {
  margin-right: 12px;
  width: 16px;
  height: 16px;
}

.white-block.checkboxes span {
  font-size: 14px;
  line-height: 1.71;
}

/* content of sr-only is available only for screen-readers */

.sr-only {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

/* Skip link */

.skip-link {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.skip-link.sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.skip-link.sr-only:focus {
  background-color: #fff;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #767676;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

::-webkit-scrollbar {
  width: 6px;
}

/* Track */

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

/* Handle */

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(253, 253, 253, 0.4);
}

body {
  background-color: #d9d9d9;
}

.page-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-center {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 30px 15px;
}

.main-wrapper {
  position: relative;
  width: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* Basic config for all custom icons: */

.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}

.logo {
  background-image: url(../img/logo_cat.jpg);
  width: 49px;
  height: 49px;
}

.logo2 {
  background-image: url(../img/logo_cat2.png);
}

.menu-toggle {
  background-image: url(../img/svg/Bulk/Menu-toggle-gray.svg);
  width: 24px;
  height: 24px;
}

.menu-toggle--gray {
  background-image: url(../img/svg/Bulk/Menu-toggle-gray.svg);
  width: 24px;
  height: 24px;
}

.dash {
  background-image: url(../img/svg/Bulk/speedometer2.svg);
  /* color: #000000; */
  width: 24px;
  height: 24px;
}

.card {
  background-image: url(../img/svg/Bulk/Card.svg);
  /* color: #000000; */
  width: 24px;
  height: 24px;
}

.bar {
  background-image: url(../img/svg/Bulk/bar-chart-line.svg);
  /* color: #000000; */
  width: 24px;
  height: 24px;
}

.vehicle {
  background-image: url(../img/svg/Bulk/truck-front-fill.svg);
  /* color: #000000; */
  width: 24px;
  height: 24px;
}

.log {
  background-image: url(../img/svg/Bulk/calendar-check-fill.svg);
  /* color: #000000; */
  width: 24px;
  height: 24px;
}

.car {
  background-image: url(../img/svg/Bulk/car.svg);
  /* color: #000000; */
  width: 24px;
  height: 24px;
}

.driver {
  background-image: url(../img/svg/Bulk/person-workspace.svg);
  /* color: #000000; */
  width: 24px;
  height: 24px;
}

.alarm {
  background-image: url(../img/svg/Bulk/alarm.svg);
  /* color: #000000; */
  width: 24px;
  height: 24px;
}

.user {
  background-image: url(../img/svg/Bulk/people-fill.svg);
  /* color: #000000; */
  width: 24px;
  height: 24px;
}

.realtime {
  background-image: url(../img/svg/Bulk/cursor.svg);
  /* color: #000000; */
  width: 24px;
  height: 24px;
}

.user2 {
  background-image: url(../img/svg/Bulk/person-bounding-box.svg);
  /* color: #000000; */
  width: 24px;
  height: 24px;
}

.vehicle2 {
  background-image: url(../img/svg/Bulk/activity.svg);
  /* color: #000000; */
  width: 24px;
  height: 24px;
}

.home {
  background-image: url(../img/svg/Bulk/house-door-fill.svg);
  /* color: #000000; */
  width: 24px;
  height: 24px;
}

.home--gray {
  background-image: url(../img/svg/Bulk/Home-gray.svg);
  width: 24px;
  height: 24px;
}

.document {
  background-image: url(../img/svg/Bulk/Document-white.svg);
  width: 24px;
  height: 24px;
}

.folder {
  background-image: url(../img/svg/Bulk/Folder-white.svg);
  width: 24px;
  height: 24px;
}

.arrow-down {
  background-image: url(../img/svg/Bulk/caret-down-fill.svg);
  width: 24px;
  height: 24px;
}

.image {
  background-image: url(../img/svg/Bulk/Image-white.svg);
  width: 24px;
  height: 24px;
}

.paper {
  width: 24px;
  height: 24px;
  background-image: url(../img/svg/Bulk/Paper-white.svg);
}

.message {
  background-image: url(../img/svg/Bulk/Message-white.svg);
  width: 24px;
  height: 24px;
}

.exclamation {
  background-image: url(../img/svg/Bulk/exclamation-lg.svg);
  width: 24px;
  height: 24px;
}

.bi-x-circle-fill {
  color: red;
}

.bi-send {
  color: green;
}

.bi-terminal {
  color: #f6d000;
}

.ready {
  /* background-color: green ; */
  color: green;
}

.not_ready {
  color: red;
}

.edit {
  background-image: url(../img/svg/Bulk/Edit-white.svg);
  width: 24px;
  height: 24px;
}

.category {
  background-image: url(../img/svg/Bulk/Category-white.svg);
  width: 24px;
  height: 24px;
}

.user-3 {
  background-image: url(../img/svg/Bulk/3-User-white.svg);
  width: 24px;
  height: 24px;
}

.setting {
  background-image: url(../img/svg/Bulk/Setting-white.svg);
  width: 24px;
  height: 24px;
}

.settings-line {
  background-image: url(../img/svg/Bulk/Settings-line.svg);
  width: 24px;
  height: 24px;
}
.avatar {
  background-image: url(../img/avatar/Avatar.svg);
  width: 56px;
  height: 56px;
}

.avatar-2 {
  background-image: url(../img/avatar/avatar-2.svg);
  width: 40px;
  height: 40px;
}

.notification {
  background-image: url(../img/svg/Bulk/Notification-gray.svg);
  width: 24px;
  height: 24px;
}

.arrows-up-down {
  background-image: url(../img/svg/Bulk/Arrows-up-down.svg);
  width: 10px;
  height: 17px;
  margin-left: 10px;
}

.move {
  background-image: url(../img/svg/move.svg);
  width: 24px;
  height: 24px;
}

.radio {
  background-image: url(../img/svg/radio.svg);
  width: 24px;
  height: 24px;
}

.thumbnail {
  background-image: url(../img/svg/thumbnail.svg);
  width: 60px;
  height: 60px;
}

.time-circle {
  background-image: url(../img/svg/Bulk/TimeCircle.svg);
  width: 24px;
  height: 24px;
}

.google-drive {
  background-image: url(../img/svg/GoogleDrive.svg);
  width: 24px;
  height: 24px;
}

.dropbox {
  background-image: url(../img/svg/dropbox.svg);
  width: 24px;
  height: 24px;
}

.star {
  background-image: url(../img/svg/Bulk/Star.svg);
  width: 24px;
  height: 24px;
}

.delete {
  background-image: url(../img/svg/Bulk/Delete.svg);
  width: 24px;
  height: 24px;
}

.search-wrapper svg {
  stroke: #d6d7e3;
  position: absolute;
  left: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  z-index: 1;
}

.lang-switcher svg {
  stroke: #b9b9b9;
}

.theme-switcher svg {
  width: 24px;
  height: 24px;
}

.theme-switcher circle {
  fill: #d6d7e3;
  stroke: #d6d7e3;
}

.theme-switcher line {
  stroke: #d6d7e3;
}

.users .primary-white-btn svg {
  margin-right: 5px;
}

.folder-list svg {
  color: #ffb648;
  fill: #ffb648;
}

.files-item__img svg {
  color: #fff;
  width: 27px;
  height: 27px;
}

.library-table-name span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 2px 3px;
  margin-right: 5px;
  border-radius: 3px;
  color: #fff;
}

.library-table-name span.info {
  background-color: #5887ff;
}

.library-table-name span.danger {
  background-color: #f26464;
}

.library-table-name span.warning {
  background-color: #ffb648;
}

.library-table-name span.success {
  background-color: #4bde97;
}

.library-table-name span.purple {
  background-color: #5f2eea;
}

.dropzone-start svg {
  width: 60px;
  height: 60px;
  color: #d6d7e3;
  stroke-width: 1px;
}

h1,
h2,
h3 {
  letter-spacing: 1px;
  color: #171717;
}

.h-1 {
  font-size: 64px;
  line-height: 1.03;
}

.h-2 {
  font-size: 48px;
  line-height: 1.04;
}

.h-3 {
  font-size: 32px;
  line-height: 1.06;
}

.main-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.42;
  color: #171717;
  margin-bottom: 20px;
}

/* Buttons */

button {
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  border: 2px solid transparent;
}

button:focus {
  outline: none;
  border: 2px solid #afbcff !important;
}

button.disabled {
  cursor: default;
  color: #d6d7e3;
}

button.disabled:hover {
  color: #d6d7e3;
}

button.disabled:focus {
  border-color: transparent !important;
  outline: none;
}

.main-btns-wrapper button,
.main-btns-wrapper select {
  min-height: 48px;
  line-height: 1.5;
}

.primary-default-btn {
  border-radius: 25px;
  padding: 5px 40px;
  background-color: #f6d000;
  color: #000000;
  font-size: 1.6vh;
}

.primary-default-btn:hover {
  background-color: #ffe170;
  color: #545454;
}

.primary-white-btn {
  background-color: #fff;
  color: #000000;
}

.primary-white-btn:hover {
  color: #ffe170;
}

.secondary-default-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 4px;
  padding: 10px 20px;
  border: 2px solid #f6d000;
  color: #f6d000;
  background-color: transparent;
}

.secondary-default-btn:hover {
  background-color: rgba(47, 73, 209, 0.1);
}

.flat-btn {
  display: flex;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  padding: 10px 20px;
  background-color: rgba(47, 73, 209, 0.1);
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  color: #f6d000;
}

.sidebar-toggle {
  opacity: 0.6;
  transition: 0.3s all;
  border-radius: 10px;
  padding: 0.15rem;
}

.sidebar-toggle:hover {
  opacity: 1;
}

.sidebar-toggle.rotated {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.category__btn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  right: 0;
  top: 13px;
  z-index: 1;
}

.gray-circle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #eff0f6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-width: 0;
}

.ligt-circle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-width: 0;
  background-color: #f5efff;
}

.lang-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-user-btn {
  background-color: transparent;
}

.extentions-btn {
  border: 1px solid #eeeeee !important;
  border-radius: 4px;
  background-color: transparent;
  padding: 5px 20px;
  color: #f26464;
}

.extentions-btn.disabled {
  color: #d6d7e3;
}

.filter-btn svg {
  margin-right: 6px;
}

.sort-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tag-btn {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.67;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #d6d7e3;
  padding: 2px 8px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
}

.tag-btn svg {
  margin-left: 8px;
  width: 16px;
  height: 16px;
}

.folder-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #eff0f6;
  border-radius: 5px;
}

.folder-btn svg {
  width: 16px;
  height: 16px;
  color: #b9b9b9;
}

.upgrade-btn {
  padding: 10px 17px;
  background: rgba(0, 97, 247, 0.1);
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #5f2eea;
}

.upgrade-btn:hover {
  color: #5f2eea;
  background: rgba(0, 97, 247, 0.15);
}

.upgrade-btn svg {
  margin-left: 10px;
}

.media-table-btn {
  padding: 10px 20px;
  background-color: transparent;
  border: 2px solid #eeeeee;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  color: #b9b9b9;
}

.view-sort-btn {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background-color: #eff0f6;
  color: #d6d7e3;
}

.view-sort-btn:hover {
  color: #fff;
  background-color: #e0e3f1;
}

.dropdown-btn {
  color: #b9b9b9;
}

/* Links */

.link-info {
  color: #5887ff;
  border-bottom: dashed 1px transparent;
}

.link-info:hover {
  color: #5887ff;
  border-bottom-color: #5887ff;
}

.dropdown {
  position: absolute;
  padding: 5px 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px -2px 24px rgba(160, 163, 189, 0.25);
  box-shadow: 0px -2px 24px rgba(160, 163, 189, 0.25);
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 3;
}

.dropdown::before {
  content: "";
  position: absolute;
  right: 6px;
  top: -10px;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #fff transparent;
}

.dropdown li:last-child a {
  border-width: 0;
}

.dropdown a {
  display: inline-block;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.43;
  color: #767676;
  border-bottom: 1px solid #eeeeee;
  text-align: left;
}

.dropdown a:hover {
  color: #f6d000;
}

.badge-pending,
.badge-active,
.badge-trashed,
.badge-success,
.badge-disabled {
  padding: 1px;
  width: 85px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.67;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 100px;
  text-align: center;
}

.badge-active {
  color: #5887ff;
  background-color: rgba(88, 135, 255, 0.1);
}

.badge-pending {
  color: #ffb648;
  background-color: rgba(255, 172, 50, 0.1);
}

.badge-disabled {
  color: white;
  background-color: #ffb648;
}

.badge-trashed {
  color: #f26464;
  background-color: rgba(245, 91, 93, 0.1);
}

.badge-success {
  color: #4bde97;
  background-color: rgba(75, 222, 151, 0.1);
}

input {
  font-size: 0.75rem;
  border-radius: 6px;
  background-color: #eff0f6;

  border-width: 0;
  min-height: 40px;
  border: solid transparent 2px !important;
}

select {
  font-size: 15px;
  border-radius: 6px;
  background-color: #eff0f6;
  border-width: 0;
  min-height: 40px;
  border: solid transparent 2px !important;
}

input[type="checkbox"],
input[type="radio"] {
  min-height: auto;
}

input[type="radio"] {
  width: 24px;
  height: 24px;
  margin-right: 19px;
}

input[type="radio"]:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.43;
  color: #d6d7e3;
}

input::-moz-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.43;
  color: #d6d7e3;
}

input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.43;
  color: #d6d7e3;
}

input::-ms-input-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.43;
  color: #d6d7e3;
}

input::placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.43;
  color: #d6d7e3;
}

input:focus {
  outline: none;
  border: rgba(134, 182, 254, 0.5) solid !important;
  -webkit-box-shadow: 0 0 0 2px rgba(134, 182, 254, 0.5);
  box-shadow: 0 0 0 2px rgba(134, 182, 254, 0.5);
}

/* input:enabled:read-write:-webkit-any(:focus, :hover)::-webkit-calendar-picker-indicator {
  display: none !important;
} */

.check {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* label {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
} */

.new-page-content input {
  padding: 5px 16px;
}

/* .users {
  Users Table 
}*/

.users-table table {
  text-align: center;
  width: 100%;
  /* text-align: left; */
  border-collapse: collapse;
  line-height: 1.4;
  letter-spacing: -0.3px;
  color: #767676;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.users-table-info {
  line-height: 1.4;
  letter-spacing: -0.3px;
  color: #767676;
  height: 40px;
  border-bottom: 1.2px solid #dadbe4;
  font-size: 1.4vh;
}

.users-table-info th {
  font-weight: 600;
}

.users-table__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.users-table__checkbox input {
  margin-right: 20px;
}

tbody {
  display: block;
  height: 500px;
  /* overflow: auto; */
}

thead,
tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
  /* even columns width , fix width of table too*/
}

thead {
  /* width: calc(100% - 1em); */
  width: 100%;
  /* scrollbar is average 1em/16px width, remove it from thead width */
}

table {
  width: 400px;
}

.table > thead {
  vertical-align: middle;
  font-size: 1.5vh;
}

#bar-chart-all-day,
#bar-chart-all-night,
#bar-chart {
  height: 470px;
}

.users-table td {
  background-color: #fff;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  /* padding-top: 15px;
  padding-bottom: 15px; */
}

.users-table td:first-child {
  padding-left: 20px;
}

.users-table tbody {
  font-size: 1.5vh;
}

.users-table tbody tr.active td {
  background-color: rgba(47, 73, 209, 0.1);
}

.users-table tbody tr:last-child .users-item-dropdown {
  bottom: 250%;
  top: auto;
}

.users-table tbody tr:last-child .users-item-dropdown::before {
  bottom: -10px;
  top: auto;
  border-width: 15px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
}

.users-table .users-item-dropdown {
  right: -9px;
  top: 150%;
}

.users-table picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.users-table img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 7px;
}

.table-wrapper {
  overflow-x: auto;
  overflow-y: auto;
  margin-bottom: 20px;
}

.table-wrapper table {
  min-width: 850px;
}

.table-wrapper table.posts-table {
  min-width: 850px;
}

.table-wrapper table.library-table {
  min-width: 483px;
}

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff !important;
  width: 253px;
  padding: 20px 15px 37px 20px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  min-height: 100vh;
  /* sidebar head */
  /* sidebar body */
  /* sidebar footer */
}

.sidebar a:focus {
  outline: none;
}

.sidebar-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-body {
  padding-top: 20px;
}

.sidebar-body-menu li {
  position: relative;
}

.sidebar-body-menu a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8px 0;
  opacity: 0.6;
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.43;
}

.sidebar-body-menu a::after {
  position: absolute;
  content: "";
  height: 22px;
  width: 3px;
  right: -11px;
  border-radius: 10px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.sidebar-body-menu a:hover {
  opacity: 1;
}

.sidebar-body-menu a:hover::after {
  opacity: 1;
}

.sidebar-body-menu a.active {
  opacity: 1;
}

.sidebar-body-menu a.active::after {
  opacity: 1;
}

.sidebar-body-menu a > .icon {
  margin-right: 10px;
}

.sidebar-user {
  border-radius: 10px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.1);
}

.sidebar-user-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-right: 8px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  overflow: hidden;
  background-color: #fff;
}

.sidebar-user-img picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar-user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sidebar-user__title {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.75px;
  color: #ffffff;
}

.sidebar-user__subtitle {
  font-weight: 500;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.86px;
  color: rgba(255, 255, 255, 0.5);
}

.logo {
  margin-right: 9px;
}

.logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.logo-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}

.logo-title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.86px;
}

.logo-subtitle {
  font-size: 12px;
  font-weight: 500;
  line-height: 2.42;
  letter-spacing: 0.86px;
}

.msg-counter {
  position: absolute;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-color: #f26464;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 12px !important;
  line-height: 1.25;
  letter-spacing: 0.75px;
  color: #ffffff;
}

.system-menu__title {
  display: inline-block;
  margin-top: 13px;
  margin-bottom: 2px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.75px;
  color: rgba(255, 255, 255, 0.5);
}

.cat-sub-menu {
  padding-left: 34px;
  height: 0;
}

.cat-sub-menu.visible {
  height: auto;
  width: 300px;
}

#note_downtime,
#note_edit,
#note {
  /* width: 400px; */
  width: 100%;
  /* height: 200px; */
}

.cat-sub-menu.visible a {
  opacity: 0.6;
  visibility: visible;
}

.cat-sub-menu.visible a:hover {
  opacity: 1;
}

.cat-sub-menu a {
  opacity: 0;
  visibility: hidden;
}

.category__btn .icon {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.category__btn.rotated .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main-nav {
  padding: 2vh;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-nav a:focus {
  outline: none;
}

.main-nav--bg {
  background-color: #f6d000;
}

.main-nav .notification {
  position: relative;
}

.main-nav .notification::after {
  display: none;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  border: 1px solid #fff;
  background-color: #f26464;
}

.main-nav .notification.active::after {
  display: initial;
}

.main-nav .notification-wrapper {
  position: relative;
}

.main-nav .notification-dropdown {
  right: 0;
  width: 236px;
  padding: 10px;
}

.main-nav .notification-dropdown-text {
  display: flex;
  flex-direction: column;
  width: 167px;
}

.main-nav .notification-dropdown__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.22;
  color: #171717;
  margin-bottom: 5px;
}

.main-nav .notification-dropdown__subtitle {
  font-size: 10px;
  line-height: 1.2;
  color: #767676;
}

.main-nav .notification-dropdown-icon {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.main-nav .notification-dropdown-icon.info {
  background-color: rgba(88, 135, 255, 0.1);
  color: #5887ff;
}

.main-nav .notification-dropdown-icon.danger {
  background-color: rgba(242, 100, 100, 0.1);
  color: #f26464;
}

.main-nav .notification-dropdown a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 10px;
  padding-top: 15px;
}

.main-nav .notification-dropdown a.link-to-page {
  padding-top: 17px;
  justify-content: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #5887ff;
}

.main-nav .nav-user-wrapper {
  position: relative;
}

.main-nav .nav-user-wrapper .users-item-dropdown {
  width: 171px;
  right: 0;
}

.main-nav .nav-user-wrapper .users-item-dropdown svg {
  margin-right: 13px;
}

.main-nav .nav-user-wrapper .users-item-dropdown a {
  display: flex;
  align-items: center;
}

.main-nav .nav-user-wrapper .users-item-dropdown a.danger {
  color: #f26464;
}

.main-nav .nav-user-img {
  border-radius: 50%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 40px;
  height: 40px;
  background-color: #f5efff;
}

.main-nav .nav-user-img picture {
  display: flex;
  align-items: flex-end;
}

.search-wrapper {
  position: relative;
}

.search-wrapper input {
  width: 271px;
  border-radius: 6px;
  background-color: #eff0f6;
  padding: 3px 8px 3px 42px;
  height: 40px;
  border-width: 0;
}

.search-wrapper input::-webkit-input-placeholder {
  background-color: #eff0f6;
  font-size: 14px;
  line-height: 2.43;
  color: #d6d7e3;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.search-wrapper input::-moz-placeholder {
  background-color: #eff0f6;
  font-size: 14px;
  line-height: 2.43;
  color: #d6d7e3;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.search-wrapper input:-ms-input-placeholder {
  background-color: #eff0f6;
  font-size: 14px;
  line-height: 2.43;
  color: #d6d7e3;
  transition: 0.3s all;
}

.search-wrapper input::-ms-input-placeholder {
  background-color: #eff0f6;
  font-size: 14px;
  line-height: 2.43;
  color: #d6d7e3;
  transition: 0.3s all;
}

.search-wrapper input::placeholder {
  background-color: #eff0f6;
  font-size: 14px;
  line-height: 2.43;
  color: #d6d7e3;
  transition: 0.3s all;
}

.lang-switcher {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0.75px;
  color: #767676;
}

.lang-switcher-wrapper {
  position: relative;
}

.lang-menu {
  top: 40px;
  right: 0;
  width: 125px;
}

.lang-menu.active {
  opacity: 1;
  visibility: visible;
}

.sort-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 36px 20px 20px;
  background-color: #ffffff;
  box-shadow: 0px 1px 0px #dadbe4;
  border-radius: 10px 10px 0 0;
}

.sort-bar .search-wrapper {
  position: relative;
}

.sort-bar .search-wrapper input {
  padding: 5px 42px 5px 16px;
}

.sort-bar .search-wrapper svg {
  left: auto;
  right: 16px;
}

.sort-bar .select {
  min-width: 185px;
  margin-right: 20px;
}

.sort-bar .select.small {
  min-width: 142px;
}

.sort-bar .select-wrapper:last-child .select {
  margin-right: 0;
}

.sort-bar .filter-btn {
  min-width: 106px;
}

.sort-bar-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.categories-sort-bar .sort-bar-end {
  justify-content: flex-end;
}

.stat-cards {
  padding: 20px;
}

.stat-cards-item {
  display: flex;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 25px 25px 25px;
  background-color: #ffffff;
  box-shadow: 0px 15px 50px rgba(160, 163, 189, 0.1);
  border-radius: 25px;
  height: 100%;
}

.stat-cards-item1 {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  /* display: flex; */
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 3vh;
  background-color: #ffffff;
  box-shadow: 0px 15px 50px rgba(160, 163, 189, 0.1);
  border-radius: 25px;
  height: 100%;
}

.stat-cards-item2 {
  text-align: center;
  padding: 25px 25px 25px 25px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 50px rgba(160, 163, 189, 0.1);
  box-shadow: 0px 15px 50px rgba(160, 163, 189, 0.1);
  border-radius: 25px;
  height: 100%;

  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 25px 25px 25px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 15px 50px rgba(160, 163, 189, 0.1);
  box-shadow: 0px 15px 50px rgba(160, 163, 189, 0.1);
  border-radius: 25px;
  height: 100%; */
}

.stat-cards-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 9px;
}

.stat-cards-icon.primary {
  background-color: rgba(47, 73, 209, 0.1);
  color: #f6d000;
}

.stat-cards-icon.warning {
  background-color: rgba(255, 182, 72, 0.1);
  color: #ffb648;
}

.stat-cards-icon.purple {
  background-color: rgba(95, 46, 234, 0.1);
  color: #5f2eea;
}

.stat-cards-icon.success {
  background-color: rgba(75, 222, 151, 0.1);
  color: #4bde97;
}

.stat-cards-info__num {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.22;
  color: #171717;
  margin-bottom: 4px;
}

.stat-cards-info__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.22;
  color: #b9b9b9;
  margin-bottom: 6px;
}

.stat-cards-info__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.22;
  color: #b9b9b9;
}

.stat-cards-info__profit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.22;
  margin-right: 10px;
}

.stat-cards-info__profit.success {
  color: #4bde97;
}

.stat-cards-info__profit.danger {
  color: #f26464;
}

.stat-cards-info__profit.warning {
  color: #ffb648;
}

.stat-cards-info__profit svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.customers-wrapper {
  height: 256px;
  background-color: #5f2eea;
  -webkit-box-shadow: 0px 15px 50px rgba(160, 163, 189, 0.1);
  box-shadow: 0px 15px 50px rgba(160, 163, 189, 0.1);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.customers-wrapper img {
  position: absolute;
  max-width: none;
  bottom: 0;
  left: -10px;
}

.customers__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: -0.5px;
  color: #ffffff;
  margin-bottom: 4px;
}

.customers__date {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.5px;
  color: #fff;
  opacity: 0.5;
}

.top-cat-title {
  margin-bottom: 10px;
}

.top-cat-title h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  color: #171717;
  margin-bottom: 4px;
}

.top-cat-title p {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  color: #b9b9b9;
}

.top-cat-list a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}

.top-cat-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  color: #171717;
  margin-bottom: 4px;
}

.top-cat-list__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  color: #b9b9b9;
}

.top-cat-list__subtitle span {
  font-weight: 500;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  padding: 2px 4px;
  border-radius: 3px;
}

.top-cat-list__subtitle .purple {
  color: #5f2eea;
  background-color: rgba(116, 51, 255, 0.1);
}

.top-cat-list__subtitle .blue {
  color: #0061f7;
  background-color: rgba(116, 51, 255, 0.1);
}

.top-cat-list__subtitle .danger {
  color: #f26464;
  background-color: rgba(245, 91, 93, 0.1);
}

.top-cat-list__subtitle .success {
  color: #4bde97;
  background-color: rgba(75, 222, 151, 0.1);
}

.top-cat-list__subtitle .warning {
  color: #ffb648;
  background-color: rgba(255, 172, 50, 0.1);
}

.top-cat-list__subtitle .primary {
  color: #f6d000;
  background-color: rgba(47, 73, 209, 0.1);
}

.chart {
  width: 100%;
  height: 370px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 15px 50px 0px rgba(160, 163, 189, 0.1);
  box-shadow: 0px 15px 50px 0px rgba(160, 163, 189, 0.1);
}

.chart #myChart {
  max-height: 100% !important;
  max-width: 100% !important;
  background-color: #fff;
  -webkit-box-shadow: 0px 15px 50px rgba(160, 163, 189, 0.1);
  box-shadow: 0px 15px 50px rgba(160, 163, 189, 0.1);
  border-radius: 10px;
  padding: 20px;
}

.main {
  /* padding-top: 20px;
  padding-bottom: 20px; */
  margin-bottom: 60px;
}

.main-content {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 65vh;
}

.main-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 34px;
}

.main-title-wrapper h2 {
  margin-bottom: 0;
}

.main-title-wrapper .primary-default-btn svg {
  margin-right: 9px;
}

.main-btns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-btns-wrapper button {
  margin-right: 10px;
}

.main-btns-wrapper button:last-child {
  margin-right: 0;
}

.users .col-xl-3 {
  margin-bottom: 20px;
}

.users .col-xl-2 {
  margin-bottom: 20px;
}

.users .col-xl-6 {
  margin-bottom: 20px;
}

.users-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  border-radius: 10px;
  background-color: #ffffff;
  text-align: center;
}

.users-item a:focus {
  outline: none;
}

.users-item-body {
  padding: 20px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.users-item__img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
}

.users-item__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.3px;
  color: #171717;
}

.users-item__role {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.3px;
  color: #767676;
}

.users-item__desc {
  max-width: 231px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: -0.3px;
  color: #767676;
  margin-bottom: 15px;
}

.users-item__more {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0.5;
}

.users-item-dropdown {
  right: 20px;
  top: 60px;
  width: 125px;
}

.users-item-dropdown.active {
  opacity: 1;
  visibility: visible;
}

.users-item .primary-white-btn {
  border-top: 1px solid #eeeeee;
  width: 100%;
}

.footer {
  border-top: 1px solid #e0e1ea;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #b9b9b9;
  font-size: 12px;
}

.footer--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-start p {
  font-weight: 500;
  line-height: 2.83;
}

.footer-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-end li {
  margin-right: 20px;
}

.footer-end li:last-child {
  margin-right: 0;
}

.footer a {
  font-weight: 500;
  line-height: 2.83;
  border-bottom: 1px transparent dashed;
}

.footer a:hover {
  color: #f6d000;
  border-color: #f6d000;
}

/* LOGIN */

.form {
  -webkit-box-shadow: 0px 5px 10px rgba(160, 163, 189, 0.1);
  box-shadow: 0px 5px 10px rgba(160, 163, 189, 0.1);
  border-radius: 25px;
  padding: 70px 50px 70px 50px;
  background-color: #ffffff;
  text-align: center;
}

.form-label {
  font-weight: 500;
  font-size: 0.9rem !important;
  line-height: 2.43;
  color: #171717;
  cursor: pointer;
  margin-bottom: 5px;
  width: max-content;
}

.form-label-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.form-input {
  width: 100%;
  border-radius: 15px;
  border-width: 0;
  padding: 5px 16px;
  background: #eff0f6;
  margin-bottom: 10px;
}

.form-input2 {
  font-size: 15px;
  border-radius: 25px;
  border-width: 0;
  margin-bottom: 15px;
  padding: 5px 16px;
  height: 44px;
  background: #ffffff;
}

.form-input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.43;
  color: #d6d7e3;
}

.form-input::-moz-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.43;
  color: #d6d7e3;
}

.form-input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.43;
  color: #d6d7e3;
}

.form-input::-ms-input-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.43;
  color: #d6d7e3;
}

.form-input::placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.43;
  color: #545454;
}

.form-checkbox {
  margin-right: 12px;
}

.form-checkbox-label {
  font-family: Roboto;
  font-size: 14px;
  line-height: 1.71;
  color: #767676;
}

.form-checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 20px;
}

.form-btn {
  width: 100%;
  padding: 0.5rem 0;
}

.forget-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.43;
  border-bottom: dashed 1px transparent;
}

.forget-link:hover {
  color: #f6d000;
  border-color: #f6d000;
}

.sign-up__title {
  font-size: 32px;
  line-height: 1.06;
  text-align: center;
  letter-spacing: 1px;
  color: #171717;
  margin-bottom: 20px;
}

.sign-up__subtitle {
  max-width: 424px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  color: #767676;
  margin-bottom: 20px;
}

.categories-table-img {
  margin-right: 26px;
}

.categories-table-img img {
  width: 71px;
  height: 47px;
  border-radius: 6px;
}

.darkmode {
  background-color: #11111d;
  /* Navigation */
  /* Sidebar */
  /* Dropdown */
  /* Main Title */
  /* Dashboard */
  /* Chart */
  /* Sort bar */
  /* Table */
  /* Form */
  /* Sign up */
  /* New page  */
  /* White block */
  /* Pagination */
  /* Badges */
  /* Buttons */
  /* Footer */
}

.darkmode .main-nav--bg {
  background-color: #161624;
}

.darkmode .search-wrapper input {
  color: #d6d7e3;
  background-color: #222235;
}

.darkmode .search-wrapper input::-webkit-input-placeholder {
  background-color: #222235;
}

.darkmode .search-wrapper input::-moz-placeholder {
  background-color: #222235;
}

.darkmode .search-wrapper input:-ms-input-placeholder {
  background-color: #222235;
}

.darkmode .search-wrapper input::-ms-input-placeholder {
  background-color: #222235;
}

.darkmode .search-wrapper input::placeholder {
  background-color: #222235;
}

.darkmode .gray-circle-btn {
  background-color: #222235;
}

.darkmode .sun-icon {
  display: none;
}

.darkmode .moon-icon {
  display: initial;
  fill: #fff;
}

.darkmode .sidebar {
  background-color: #161624 !important;
}

.darkmode .dropdown {
  background-color: #11111d;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.darkmode .dropdown::before {
  border-color: transparent transparent #11111d;
}

.darkmode .dropdown a {
  border-bottom-color: #2c2c42;
  color: #d6d7e3;
}

.darkmode .dropdown-btn {
  color: #b9b9b9;
}

.darkmode .notification-dropdown__title {
  color: #d6d7e3;
}

.darkmode .main-title {
  color: #eff0f6;
}

.darkmode .stat-cards-item {
  background-color: #222235;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.darkmode .stat-cards-info__num {
  color: #eff0f6;
}

.darkmode .chart {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.darkmode #myChart {
  background-color: #222235;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.darkmode .sort-bar {
  background-color: #161624;
}

.darkmode .users-table {
  color: #eff0f6;
}

.darkmode .users-table-info {
  border-bottom-color: transparent;
  color: #eff0f6;
}

.darkmode .users-table thead {
  background-color: #161624;
}

.darkmode .users-table td {
  background-color: #222235;
  border-color: transparent;
}

.darkmode .users-table tbody tr:last-child .users-item-dropdown::before {
  border-color: #11111d transparent transparent;
}

.darkmode .users-table.active td {
  background-color: #2c2c42;
}

.darkmode .sort-btn {
  color: #d6d7e3;
}

.darkmode .form {
  background-color: #161624;
}

.darkmode .form-label {
  color: #d6d7e3;
}

.darkmode .form-input {
  background-color: #222235;
  color: #d6d7e3;
}

.darkmode .sign-up__title {
  color: #eff0f6;
}

.darkmode .sign-up__subtitle {
  color: #d6d7e3;
}

.darkmode .new-page-content input {
  background-color: #363648;
  color: #d6d7e3;
}

.darkmode .new-page-content .ql-toolbar {
  background-color: #363648;
  color: #d6d7e3;
}

.darkmode .white-block {
  background-color: #222235;
  color: #d6d7e3;
}

.darkmode .white-block__title {
  color: #d6d7e3;
}

.darkmode .white-block .radio {
  background-color: #37374b;
}

.darkmode .main-content {
  background-color: #161624;
}

.darkmode .top-cat-list a {
  border-color: #37374f;
}

.darkmode .top-cat-title h3 {
  color: #eff0f6;
}

.darkmode .top-cat-list__title {
  color: #eff0f6;
}

.darkmode .pagination a {
  opacity: 0.5;
  color: #ffffff;
}

.darkmode .pagination a.active {
  opacity: 1;
}

.darkmode .badge-disabled {
  background-color: rgba(255, 182, 72, 0.1);
  color: #ffb648;
}

.darkmode .primary-white-btn {
  border: 1px solid #222235 !important;
  background-color: #161624;
}

.darkmode .footer {
  border-top-color: #222235;
}

.darkmode .menu-toggle--gray {
  background-image: url(../img/svg/Bulk/Menu-toggle-white.svg);
}

.moon-icon {
  display: none;
}

@media (min-width: 320px) {
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }

  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }

  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sidebar.hidden {
    width: 64px;
    padding-right: 4px;
    padding-left: 4px;
  }

  .sidebar.hidden .logo-wrapper {
    display: none;
  }

  .sidebar.hidden * {
    font-size: 0px;
  }

  .sidebar.hidden .sidebar-head {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    padding-bottom: 40px;
  }

  .sidebar.hidden .category__btn {
    display: none;
  }

  .sidebar.hidden .sidebar-body-menu a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sidebar.hidden .sidebar-body-menu a::after {
    right: -4px;
  }

  .sidebar.hidden .sidebar-body-menu a > .icon {
    margin-right: 0;
  }

  .sidebar.hidden .msg-counter {
    right: 10px;
    top: 30%;
  }

  .sidebar.hidden .sidebar-user {
    width: 52px;
    height: 53px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sidebar.hidden .sidebar-user-img {
    width: 40px;
    height: 40px;
    margin-right: 0;
  }

  .sidebar.hidden .sidebar-user-img img {
    height: 100%;
    width: 100%;
  }

  .main-nav .sidebar-toggle {
    display: none;
  }
}

@media (min-width: 1520px) {
  .container {
    max-width: 1480px;
  }

  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .customers-wrapper {
    height: auto;
  }

  .customers-wrapper img {
    display: none;
  }
}

@media (max-width: 1300px) {
  .upgrade-btn {
    padding: 10px 7px;
  }

  .upgrade-btn svg {
    margin-left: 5px;
  }

  .sort-bar .search-wrapper input {
    width: 174px;
  }

  .categories-sort-bar .search-wrapper input {
    width: 271px;
  }

  .chart {
    height: auto;
    max-height: 370px;
  }
}

@media (max-width: 1199.98px) {
  .sidebar {
    position: fixed;
    z-index: 2;
    overflow-y: auto;
    left: -1000px;
  }

  .sidebar.hidden {
    left: 0;
  }

  .sort-bar {
    padding: 20px;
  }

  .sort-bar .select {
    margin-right: 10px;
  }
}

@media (max-width: 991.98px) {
  .sort-bar-start {
    width: 100%;
    margin-bottom: 10px;
  }

  .sort-bar .search-wrapper {
    width: 100%;
  }

  .sort-bar .search-wrapper input {
    width: 100%;
  }

  .sort-bar .select {
    margin-right: 0;
    min-width: auto;
    width: 100%;
  }

  .sort-bar-end {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .sort-bar-end .select-wrapper {
    width: 24%;
  }

  .customers-wrapper {
    height: auto;
  }

  .customers-wrapper img {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .sort-bar {
    padding-bottom: 10px;
  }

  .sort-bar-end .select-wrapper {
    width: 48%;
    margin-bottom: 10px;
  }
}

@media (max-width: 575.98px) {
  .footer {
    position: relative;
  }

  .main-btns-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main-btns-wrapper button,
  .main-btns-wrapper select {
    width: 48%;
    margin-right: 0;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .sort-bar {
    padding: 10px 10px 5px;
  }

  .main {
    margin-bottom: 0;
  }

  .footer--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480.98px) {
  .main-title {
    font-size: 20px;
  }

  .sort-bar-end .select-wrapper {
    width: 49%;
  }

  .footer-start p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

* {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

.chartBox {
  position: relative;
  /* width: 600px; */
  padding: 20px;
  border-radius: 20px;
  background: white;
}

/* Dropdown menu css */
.dropdown-container {
  position: relative;
  /* max-width: 240px; */
}

.dropdown-container .dropdown-toggle {
  color: #000;

  background-color: #fff;
  font-size: 0.75rem;
  /* padding: 13px 20px; */

  box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  /* font-weight: 600; */
  cursor: pointer;
  position: relative;
  transition: all ease-in-out 0.3s;
}

.dropdown-container .dropdown-toggle label {
  cursor: pointer;
  width: 100%;
}

.dropdown-container .dropdown-toggle:hover,
.dropdown-container .dropdown-toggle:active,
.dropdown-container .dropdown-toggle:focus {
  background-color: #f6d000;
  color: #fff;
}

.dropdown-container .dropdown-menu {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
  margin-top: 17px;
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  background-color: #fff;
  z-index: 10;
}

.dropdown-container .dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 10px;
  z-index: 10;
}

.dropdown-container .dropdown-menu ul > li:first-child > a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.dropdown-container .dropdown-menu ul > li:last-child > a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.dropdown-container .dropdown-menu a {
  text-decoration: none;
  display: block;
  color: #000;
  font-size: 15px;
  padding: 16px 20px;
  font-weight: 600;
  box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
  transition: all ease-in-out 0.3s;
}

.dropdown-container .dropdown-menu a:hover,
.dropdown-container .dropdown-menu a:active,
.dropdown-container .dropdown-menu a:focus {
  background-color: #f6d000;
  color: #fff;
}

.dropdown-container .submenu {
  position: relative;
}

.dropdown-container .submenu::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  border: 5px solid;
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  transition: all ease-in-out 0.2s;
}

.dropdown-container .submenu .submenu-list {
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  padding-left: 10px;
  display: none;
}

.dropdown-container .submenu .dropdown-menu {
  position: relative;
  display: block !important;
}

.dropdown-container .submenu .dropdown-menu::before {
  right: auto;
  left: -6px;
  top: 23px;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.dropdown-menu,
.dropdown-toggle {
  position: relative;
}

.dropdown-menu::before,
.dropdown-toggle::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border: 5px solid;
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  margin-top: -2.5px;
  background-color: rgba(0, 0, 0, 0);
  transition: all ease-in-out 0.2s;
}

.dropdown-menu {
  z-index: 10;
  position: relative;
}

.dropdown-menu::before {
  z-index: -1;
  transform: rotate(-135deg);
  top: -4px;
  border-color: #fff;
  box-shadow: 1px 1px 4px -2px rgba(0, 0, 0, 0.4);
}

.dropdown-open .dropdown-menu.dropdown-active {
  display: block;
}

.dropdown-container.dropdown-open .dropdown-toggle {
  background-color: #f6d000;
  color: #fff;
}

.dropdown-container.dropdown-open .dropdown-toggle:before {
  transform: rotate(-135deg);
}

.submenu.submenu-open::before {
  border-color: #fff;
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
}

.submenu.submenu-open > a {
  background-color: #f6d000;
  color: #fff;
}

.submenu.submenu-open .submenu-list {
  display: block !important;
}

.dropdown-bordered .dropdown-toggle {
  width: 100%;
  /* height: 45px; */
  border: 1px solid #f6d000;
  border-radius: 15px;
}

.dropdown-bordered .dropdown-toggle:hover,
.dropdown-bordered .dropdown-toggle:active,
.dropdown-bordered .dropdown-toggle:focus {
  background-color: #f6d000;
  color: #fff;
  border-color: #fff;
}

.dropdown-bordered .dropdown-menu {
  border: 1px solid #f6d000;
  border-radius: 25px;
}

.dropdown-bordered .dropdown-menu::before {
  border-color: #f6d000;
}

.dropdown-bordered .dropdown-menu a {
  box-shadow: none;
  border-bottom: 2px solid #f6d000;
}

.dropdown-bordered .dropdown-menu li:last-child a {
  border-bottom: 0;
}

.dropdown-solid .dropdown-toggle,
.dropdown-solid .dropdown-menu {
  background-color: #f6d000;
  color: #fff;
}

.dropdown-solid .dropdown-menu a {
  color: #fff;
}

.dropdown-solid .dropdown-menu a:hover,
.dropdown-solid .dropdown-menu a:active,
.dropdown-solid .dropdown-menu a:focus {
  background-color: #fff;
  color: #000;
}

.dropdown-solid .dropdown-menu::before {
  border-color: #f6d000;
}

.table-title {
  padding-bottom: 10px;
  margin: 0 0 10px;
}

.table-title h2 {
  margin: 6px 0 0;
  font-size: 22px;
}

.send-tcp-all {
  background-color: #f6d000;
  height: 30px;
}

table.table {
  table-layout: fixed;
}

table.table tr th,
table.table tr td {
  border-color: #e9e9e9;
}

table.table th i {
  font-size: 13px;
  /* margin: 0 5px; */
  cursor: pointer;
}

table.table th:last-child {
  /* width: 100px; */
}

table.table td a {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  min-width: 24px;
}

table.table td a.add {
  color: #27c46b;
}

table.table td a.edit {
  color: #f6d000;
}

table.table td a.delete {
  color: #e34724;
}

table.table td i {
  font-size: 19px;
}

.vehicle-center {
  padding-top: 15px;
  margin-left: 10px;
}

table.table td a.add i {
  font-size: 24px;
  margin-right: -1px;
  position: relative;
  top: 3px;
}
.form-select {
  width: 100%;
  font-size: 0.75rem;
  border-radius: 15px;
  padding: 5px 16px;
  background-color: #eff0f6;
  margin-bottom: 10px;
}

.option-type {
  font-size: 1.4vh;
  background-color: #eff0f6;
  width: 100%;
  border-radius: 20px;
  padding: 5px 16px;
}

table.table .form-control {
  text-align: center;
  height: 32px;
  line-height: 32px;
  box-shadow: none;
  border-radius: 25px;
}

table.table .form-control.error {
  border-color: #f50000;
}

table.table td .add {
  display: none;
}

.modal {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  /* background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888; */
  /* width: 40%; */
  padding: 5px 0 0 10px;
}

.modal-content h1 {
  /* margin-bottom: 20px;
  text-align: center; */
}

.modal-content form {
  /* margin-bottom: 20px;
  text-align: center; */
}

.sendall {
  /* margin-bottom: 40px; */
}

.close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  text-align: end;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* NAVBAR */
.bg-nav {
  background-color: var(--primary-color);
}
.navbar-brand {
  color: white;
  padding-left: 20px;
  font-size: 3vh;
  font-weight: 500;
}

/* BUTTON */
.btn {
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 25px;
  padding: 0.3rem 1.5rem;
}
.btn-close {
  font-size: 15px;
}
.primary-white-btn {
  font-size: 1.4vh;
  padding: 0.2rem 0.5rem;
}
.border-container {
  border: 2px solid #f6d000;
  border-radius: 10px;
  padding: 2vw 2vh 4vw 2vh;
}

/* CHART */
.title-chart {
  text-align: center;
  margin-bottom: 1.5rem;
  margin-top: 3rem;
}
.chart-item {
  border: 1px solid rgb(168, 168, 168);
  border-radius: 13px;
  padding: 1vh;
  /* margin: 1vh; */
  display: flex;
  justify-content: center;
}
.item-1 {
  width: 100%;
  height: 100%;
}
.item-2 {
  width: 100%;
  height: 100%;
}
.text-other {
  display: block;
  color: gray;
  font-size: 1.6vh;
  margin-top: 1rem;
  text-align: end;
}

/* #MODAL */
.modal-header {
  border: 0;
}
.modal-footer {
  border: 0;
}
.modal-header .btn-close {
  position: relative;
  float: rightx;
  top: -15px;
  right: -5px;
}

.label-dialog {
  font-size: 1rem;
}

.form-floating > .form-control:not(:placeholder-shown) {
  padding: 0.75rem 0.5rem;
  font-size: 0.75rem;
}
